﻿html, body, div, span, table, tbody, tr, th, td, em, img, strong, h1, h2, h3, h4, h5, h6, p, a, dl, dd, dt, ol, ul, li, form, label, input, textarea, button, b, i, u {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none
}

h1, h2, h3, h4, h5, h6, b {
    font-weight: 400
}

a, img {
    text-decoration: none;
    border: 0
}

body {
    font-family: Arial,"Microsoft YaHei","simsun";
    color: #000;
    background: #fff;
    font-size: 14px
}

a {
    color: #000;
    font-size: 14px
}

    a:link {
        text-decoration: none
    }

    a:visited {
        text-decoration: none;
        color: #000
    }

    a:hover {
        text-decoration: none;
        color: #000
    }

    a:active {
        text-decoration: none;
        color: #000
    }

.f-left {
    float: left
}

.f-right {
    float: right
}

.clear {
    clear: both
}

.clearfix {
    *zoom: 1
}

    .clearfix:after {
        display: block;
        content: '.';
        clear: both;
        height: 0;
        line-height: 0;
        visibility: hidden
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999;
    opacity: 1
}

::-moz-placeholder {
    color: #999;
    opacity: 1
}

:-ms-input-placeholder {
    color: #999 !important
}

::-ms-clear, ::-ms-reveal {
    display: none
}

.container {
    width: 1200px;
    margin: 0 auto;
    clear: both
}

.header {
    min-width: 1200px;
    background: #000;
    height: 50px;
    line-height: 50px;
    color: #fff;
    overflow: hidden
}

    .header a {
        font-size: 14px;
        color: #fff
    }

    .header .left {
        float: left
    }

        .header .left a {
            margin: 0 10px
        }

            .header .left a:hover {
                opacity: .8
            }

    .header .right {
        float: right
    }

    .header .name {
        margin-right: 40px
    }

    .header .text {
        font-size: 16px;
        margin-right: 20px
    }

    .header .btn-1, .header .btn-2 {
        width: 95px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        text-align: center;
        margin-left: 10px
    }

        .header .btn-1:hover, .header .btn-2:hover {
            opacity: .8
        }

    .header .btn-1 {
        background-image: url(/static/images/default/btn-1.png)
    }

    .header .btn-2 {
        background-image: url(/static/images/default/btn-2.png)
    }

/*.footer {
    padding: 35px 0;
    background: #eeeeee;
}

    .footer .footer-logo {
        float: left;
        width: 180px;
        margin-left:120px;
        
    }

        .footer .footer-logo img {
            display: block;
            margin: 15px 0 0 10px
        }

    .footer .footer-code {
        float: right;
        margin-right: 130px;
        width: 110px
    }

        .footer .footer-code img {
            display: block;
            margin-top: 10px
        }

    .footer .content {
        float: left;
        width: 620px;
        text-align: center;
        color: #a5a5a5;
        font-size: 12px;
    }

    .footer .img-list {
        height: 64px;
        margin-bottom: 10px
    }

        .footer .img-list ul {
            margin-left: 230px
        }

        .footer .img-list li {
            float: left;
            width: 55px
        }

            .footer .img-list li a {
                background: url(/static/images/default/icon-2.png) no-repeat left center;
                display: block;
                height: 64px
            }

        .footer .img-list .wx {
            background-position: 0 0
        }

        .footer .img-list .sina {
            background-position: -58px 0
        }

        .footer .img-list .mail {
            background-position: -116px 0
        }

        .footer .img-list .qzone {
            background-position: -172px 0
        }

        .footer .img-list .dz {
            background-position: -226px 0
        }

    .footer p {
        margin-bottom: 5px
    }

        .footer p em {
            padding: 0 15px
        }

    .footer a {
        color: #a5a5a5
    }

    .footer .text {
        font-size: 12px;
        padding: 15px 0;
    }
        .footer .text .txt {
            font-size: 14px;
            color: #000;
        }*/


.header-logo {
    padding: 10px 0 18px;
    height: 135px;
    overflow: hidden
}

    .header-logo .logo {
        width: 310px;
        float: left;
        height: 93px;
        padding-top: 21px
    }

    .header-logo .img {
        float: right;
        width: 855px
    }

    .header-logo .img-1 {
        width: 335px;
        float: left;
        height: 135px
    }

        .header-logo .img-1 img {
            width: 100%;
            height: 100%;
            display: block
        }

    /*.header-logo .img-2 {
        width: 485px;
        margin-left: 10px;
        height: 135px;
        overflow: hidden;
        float: left
    }

        .header-logo .img-2 img {
            width: 485px;
            display: block;
            height: 135px
        }*/

    .header-logo .topimg {
        width: 281px;
        margin-left: 6px;
        height: 135px;
        overflow: hidden;
        float: left
    }
    .header-logo .firstimg {
        margin-left: 0;
    }

        .header-logo .topimg img {
            width: 281px;
            display: block;
            height: 135px
        }

.nav {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #a8a8a8
}

    .nav ul {
        float: left;
        display: block;
        width: 50%
    }

        .nav ul li {
            float: left;
            margin: 0 15px;
            position: relative;
            top: 1px
        }

            .nav ul li.active {
                background: url(/static/images/default/line.png) center bottom no-repeat
            }

            .nav ul li .hot {
                position: absolute;
                right: 0;
                top: 0
            }

            .nav ul li.img {
                height: 40px;
                width: 90px;
                display: block;
                margin-right: 0;
                float: right
            }

                .nav ul li.img img {
                    width: 100%;
                    height: 100%
                }

            .nav ul li:hover .down-code {
                display: block
            }

            .nav ul li:hover .child {
                display: block
            }

        .nav ul .child {
            position: absolute;
            background: #fff;
            border: 1px solid #c9c9c9;
            border-top: 0;
            width: 170%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 40px;
            z-index: 88;
            padding: 10px 0;
            display: none
        }

            .nav ul .child li {
                white-space: nowrap;
                height: 30px;
                line-height: 30px
            }


    .nav .bg {
        width: 130px;
        text-align: center;
        margin: 0 7px 0 0;
        top: 0
    }

        .nav .bg a {
            color: #fff
        }

        .nav .bg b {
            font-size: 16px;
            font-weight: 700
        }

        .nav .bg.bg-1 {
            background: url(/static/images/default/btn-3.png) repeat-x
        }

        .nav .bg.bg-2 {
            background: url(/static/images/default/btn-4.png) repeat-x
        }

    .nav .nav1 li {
        float: left;
        margin: 0 9px;
        position: relative;
        top: 1px
    }


.down-code {
    width: 125px;
    height: 145px;
    background: url(/static/images/default/down-bg.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 40px;
    overflow: hidden;
    padding: 16px 10px 0 5px;
    box-sizing: border-box;
    font-size: 12px;
    color: #e57700;
    line-height: 14px;
    margin-left: -60px;
    display: none;
    z-index: 80
}

    .down-code img {
        width: 80px;
        height: 80px;
        overflow: hidden;
        display: block;
        margin: 0 auto 10px
    }
    .down-code span {
        margin-left: 10px;
    }

.main-body {
    padding-left: 140px;
    position: relative
}

    .main-body .sidebar {
        position: absolute;
        left: 0;
        top: 0;
        width: 130px;
        /*padding-top: 30px;*/
    }

        .main-body .sidebar li {
            position: relative;
            text-align: center;
            margin-bottom: 8px;
            font-size: 12px;
            color: #646464
        }

            .main-body .sidebar li .normal {
                width: 130px;
                display: block;
                margin-top: 5px
            }

            .main-body .sidebar li .hover-img {
                position: absolute;
                left: 130px;
                top: 0px;
                border: 1px solid #999;
                display: none;
                z-index:100
            }

            .main-body .sidebar li:hover .hover-img {
                display: block
            }

            .main-body .sidebar li.side-title {
                height:25px;
                line-height:25px;
                font-size: 14px;
                font-weight: 700;
                color: #f38900;
                font-style: italic;
                margin-bottom:-5px;
            }


    .main-body .part-1 {
        padding-top: 25px
    }

        .main-body .part-1 .left {
            float: left;
            width: 425px
        }

        .main-body .part-1 .right {
            float: right;
            width: 600px
        }

    .main-body .news-slider {
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
    }

        

        .main-body .news-slider .title {
            font-weight: 700;
            font-size: 18px;
            height: 44px;
            line-height: 44px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #000;
            display: block;
            padding-top: 5px
        }

            .main-body .news-slider .title:hover {
                opacity: .8
            }

        .main-body .news-slider .text {
            font-size: 12px;
            color: #787878;
            line-height: 20px;
            height: 64px;
            overflow: hidden
        }

            .main-body .news-slider .text a {
                font-size: 13px;
                color: #fc9101
            }

                .main-body .news-slider .text a:hover {
                    opacity: .8
                }

        .main-body .news-slider .date {
            height: 44px;
            line-height: 44px;
            font-size: 12px;
            color: #787878
        }

            .main-body .news-slider .date em {
                padding: 0 10px
            }

        .main-body .news-slider .img {
            height: 170px;
            width: 100%;
            overflow: hidden;
        }

            .main-body .news-slider .img img {
                width: 100%;
                height: 100%;
                display: block
            }

.news-slider .flex-control-nav {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 12px;
    z-index: 2
}

    .news-slider .flex-control-nav li {
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 12px;
        margin: 0 5px
    }

        .news-slider .flex-control-nav li a {
            display: block;
            font-size: 0;
            text-indent: -999px;
            background: #fff;
            height: 12px;
            border-radius: 50%
        }

        .news-slider .flex-control-nav li .flex-active {
            background-color:red;
        }



    .main-body .news-list li {
        height: 28px;
        line-height: 28px;
        padding-right: 110px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative
    }

        .main-body .news-list li a {
            color: #5a5a5a
        }

            .main-body .news-list li a:hover {
                color:#000;
            }

        .main-body .news-list li span {
            position: absolute;
            font-size: 12px;
            color: #a8a8a8;
            right: 0
        }

    .main-body .read-list .content {
        padding-top: 20px
    }

    .main-body .read-list .top {
        padding-left: 125px;
        position: relative;
        height: 150px;
        margin-bottom: 20px
    }

        .main-body .read-list .top .img {
            display: block;
            width: 105px;
            height: 150px;
            position: absolute;
            left: 0;
            top: 0
        }

    .main-body .read-list .title {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 18px;
        color: #000;
        height: 30px;
        line-height: 30px;
        padding-bottom: 5px
    }

    .main-body .read-list .txt {
        font-size: 12px;
        line-height: 20px;
        height: 60px;
        overflow: hidden;
        color: #646464;
        margin-bottom: 7px
    }

    .main-body .read-list .name-read {
        position: relative
    }

        .main-body .read-list .name-read span {
            display: block;
            padding-top: 5px
        }

    .main-body .read-list .detail {
        width: 83px;
        height: 28px;
        line-height: 28px;
        color: #fff;
        background: url(/static/images/default/btn-3.png);
        display: inline-block;
        text-align: center;
        position: absolute;
        right: 0;
        bottom: 0
    }

    .main-body .read-list .list li {
        float: left;
        width: 25%
    }

        .main-body .read-list .list li img {
            width: 75px;
            height: 105px;
            display: block;
            margin: 0 auto
        }

        .main-body .read-list .list li span {
            font-size: 12px;
            color: #3c3c3c;
            height: 30px;
            line-height: 30px;
            white-space: normal;
            text-overflow: ellipsis;
            overflow: hidden;
            text-align: center;
            padding: 0 10px;
            box-sizing: border-box;
            display: block
        }

    .main-body .box-1 {
        margin-bottom: 20px
    }

    .main-body .img-slider2 {
        float: left;
        width: 390px;
        height: 230px;
        overflow: hidden
    }

        .main-body .img-slider2 li {
            width: 100%;
            height: 230px;
            overflow: hidden
        }

            .main-body .img-slider2 li img {
                display: block;
                width: 100%;
                height: 100%
            }

    .main-body .link {
        float: right;
        width: 197px;
        overflow: hidden
    }

        .main-body .link .img {
            height: 71px;
            display: block;
            margin-bottom: 10px
        }

        .main-body .link .row li {
            float: left;
            width: 50%;
            text-align: center;
            font-size: 12px;
            color: #5a5a5a;
            box-sizing: border-box
        }

            .main-body .link .row li a {
                font-size: 12px
            }

            .main-body .link .row li:first-child {
                border-right: 1px solid #c9c9c9
            }

            .main-body .link .row li img {
                display: block;
                margin: 10px auto 0
            }

    .main-body .img-list ul {
        float: left;
        width: 440px
    }

        .main-body .img-list ul li {
            width: 188px;
            float: left;
            margin-left: 40px;
            margin-bottom:25px;
        }

            .main-body .img-list ul li img {
                display: block;
                width: 100%;
                height: 50px
            }

            .main-body .img-list ul li span {
                height: 30px;
                overflow: hidden;
                display: block;
                font-size: 13px;
                color: #5a5a5a;
                margin-bottom: 10px;
                text-align: center;
                padding: 5px 0
            }

            .main-body .img-list ul li:nth-child(1), .main-body .img-list ul li:nth-child(3) {
                margin-left: 0
            }

    .main-body .img-list .big {
        width: 150px;
        height: 150px;
        float: right
    }

        .main-body .img-list .big img {
            width: 100%;
            display: block;
            height: 100%
        }

    .main-body .box-2 {
        padding-top: 20px
    }

        .main-body .box-2 .title {
            height: 37px;
            overflow: hidden;
            margin-bottom: 20px;
            position: relative;
            font-size: 11px;
            color: #444
        }

            .main-body .box-2 .title img {
                display: inline-block;
                vertical-align: middle
            }

            .main-body .box-2 .title .text {
                display: inline-block;
                vertical-align: middle;
                margin-left: 10px
            }

            .main-body .box-2 .title h3 {
                font-size: 16px;
                font-weight: 700
            }

            .main-body .box-2 .title .link {
                position: absolute;
                right: 0;
                bottom: 0;
                font-size: 12px;
                color: #0147a8;
                width: auto
            }

.part-2 .index-title {
    border-bottom: 0;
    margin-bottom:10px;
}

    .part-2 .index-title .text {
        display: inline-block;
        vertical-align: middle;
        height: 32px;
        line-height: 32px;
        padding: 0 10px;
        color: red;
        position: relative
    }

    .part-2 .index-title .img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px
    }

    .part-2 .index-title:hover .down-code {
        display: block;
        left: auto;
        right: -43px;
        top: 30px
    }

    .part-2 .index-title .hot {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px
    }

.part-2 .box {
    float: left;
    width: 50%;
    background: #eef5ff
}

.part-2 .box-right {
    background: #fff9ef
}

.part-2 .title {
    height: 70px;
    background: #d8e8ff;
    padding-left: 105px;
    box-sizing: border-box;
    position: relative;
    color: #0147a8
}

    .part-2 .title span {
        position: absolute;
        left: 15px;
        top: 0;
        border-radius: 0 0 5px 5px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#0065db), to(#013991));
        background-image: linear-gradient(#0065db, #013991);
        width: 70px;
        height: 58px;
        display: block;
        color: #fff;
        text-align: center;
        font-size: 18px;
        box-sizing: border-box;
        padding-top: 5px
    }

        .part-2 .title span b {
            font-size: 28px;
            font-weight: 700;
            display: block
        }

    .part-2 .title h3 {
        font-weight: 700;
        font-size: 23px;
        margin-bottom: 5px;
        padding-top: 5px
    }

    .part-2 .title a {
        font-size: 12px;
        border: 1px solid #0147a8;
        display: inline-block;
        color: #0147a8;
        padding: 0 5px
    }

.part-2 .title-right {
    background: #fff3e1;
    color: #f08701
}

    .part-2 .title-right span {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fd9a01), to(#da6500));
        background-image: linear-gradient(#fd9a01, #da6500)
    }

    .part-2 .title-right a {
        color: #f08701;
        border-color: #f08701
    }

.part-2 .item {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 15px 10px 10px 95px;
    height: 125px;
    position: relative
}

    .part-2 .item img {
        display: block;
        width: 72px;
        /*height: 72px;*/
        position: absolute;
        left: 10px;
        top: 15px
    }

    .part-2 .item p {
        font-size: 12px;
        color: #787878;
        position: relative
    }

        .part-2 .item p a {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 12px;
            color: #0147a8
        }

    .part-2 .item .ti {
        color: #000;
        display: inline-block;
        max-height: 32px;
        line-height: 18px;
        overflow: hidden;
        font-size: 12px;
        padding-top: 5px;
        margin-bottom: 5px
    }

    .part-2 .item .txt {
        height: 32px;
        overflow: hidden
    }

    .part-2 .item:nth-child(1), .part-2 .item:nth-child(2), .part-2 .item:nth-child(3), .part-2 .item:nth-child(4), .part-2 .item:nth-child(5), .part-2 .item:nth-child(6) {
        border-bottom: 1px solid #e5e5e5
    }

    .part-2 .item:nth-child(1), .part-2 .item:nth-child(3), .part-2 .item:nth-child(5), .part-2 .item:nth-child(7) {
        border-right: 1px solid #e5e5e5
    }

.part-2 .box-right .item p a {
    color: #f08701
}

.part-3 .index-title {
    border: 0
}

    .part-3 .index-title .text {
        display: inline-block;
        color: #5a5a5a;
        margin-left: 40px
    }

        .part-3 .index-title .text a {
            border: 1px solid #0147a8;
            padding: 2px;
            color: #0147a8;
            font-size: 12px;
            margin-left: 5px
        }

.part-3 .content {
    background: #eeeeee;
    padding-top: 10px
}

.part-3 .item {
    float: left;
    width: 250px;
    margin-left: 12px;
    overflow: hidden
}

    .part-3 .item .img {
        height: 165px;
        position: relative
    }

    .part-3 .item img {
        width: 100%;
        display: block;
        height: 165px
    }

    .part-3 .item span {
        display: block;
        background: url(/static/images/default/bg-1.png);
        height: 50px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        color: #fff;
        line-height: 50px
    }

        .part-3 .item span:before {
            content: '';
            display: inline-block;
            width: 22px;
            height: 22px;
            background: url(/static/images/default/icon-1.png);
            vertical-align: middle;
            margin: 0 13px
        }

    .part-3 .item a {
        display: block;
        height: 50px;
        line-height: 50px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 16px;
        color: #646464
    }

.part-4 .box {
    float: right;
    width: 510px
}

    .part-4 .box:first-child {
        float: left
    }

.part-4 .content {
    padding-top: 20px
}

.part-4 .item {
    position: relative;
    padding-left: 110px;
    height: 67px;
    overflow: hidden;
    margin-bottom: 25px;
    width: 485px;
    box-sizing: border-box;
    color: #787878;
    font-size: 12px
}

    .part-4 .item img {
        position: absolute;
        left: 0;
        top: 0;
        width: 95px;
        display: block;
        /*height: 67px*/
    }

    .part-4 .item a, .part-4 .item p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        margin-bottom: 2px
    }

    .part-4 .item a {
        font-size: 16px;
        font-weight: 700;
        color: #3c3c3c;
        margin-bottom: 5px
    }

.part-4 .list {
    height: 270px;
    overflow: hidden;
    padding-top: 20px
}

    .part-4 .list li {
        border-bottom: 1px dotted #c9c9c9;
        padding-bottom: 12px;
        margin-bottom: 12px;
        color: #787878
    }

        .part-4 .list li a, .part-4 .list li p {
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden
        }

        .part-4 .list li a {
            font-weight: 700;
            font-size: 16px;
            color: #3c3c3c;
            margin-bottom: 5px
        }

            .part-4 .list li a span {
                font-size: 14px;
                font-weight: 400;
                color: #0054ff
            }

.part-5 .box {
    float: right;
    width: 510px
}

    .part-5 .box:first-child {
        float: left
    }

.part-5 .content {
    padding: 20px 0
}

.part-5 .item {
    float: left;
    width: 224px;
    padding-right: 20px;
    margin-left: 20px
}

    .part-5 .item:first-child {
        margin-left: 0;
        border-right: 1px solid #c9c9c9
    }

    .part-5 .item .img {
        display: block;
        width: 100%;
        height: 138px;
        margin-bottom: 10px
    }

        .part-5 .item .img img {
            height: 100%;
            width: 100%
        }

    .part-5 .item li {
        height: 28px;
        line-height: 28px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

        .part-5 .item li a {
            color: #212121
        }

            .part-5 .item li a:hover {
                opacity: .8
            }

    .part-5 .item .line-height li {
        height: 34px;
        line-height: 34px
    }

    .part-5 .item h3 {
        font-weight: 700;
        font-size: 16px;
        color: #000;
        margin-bottom: 10px
    }

    .part-5 .item .blank {
        height: 30px
    }

.part-5 .top {
    padding-left: 150px;
    position: relative;
    height: 100px;
    margin-bottom: 20px
}

    .part-5 .top img {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 130px;
        height: 100px
    }

    .part-5 .top .title {
        width: 230px;
        font-weight: 700;
        height: 40px;
        overflow: hidden;
        display: block
    }

    .part-5 .top p {
        margin-bottom: 5px;
        font-size: 12px
    }

    .part-5 .top .date {
        border-left: 1px solid #c9c9c9;
        width: 100px;
        height: 85px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 15px;
        line-height: 84px
    }

        .part-5 .top .date b {
            color: red;
            font-size: 24px;
            font-weight: 700
        }

.part-5 .list li {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    position: relative
}

    .part-5 .list li a {
        width: 245px;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .part-5 .list li span {
        display: block;
        width: 242px;
        color: #a0a0a0;
        position: absolute;
        right: 0;
        top: 0
    }

.part-6 {
    /*margin-bottom: 50px*/
}

    .part-6 .index-title {
        border: 0
    }

    .part-6 .box {
        float: right;
        width: 510px
    }

        .part-6 .box:first-child {
            float: left
        }

    .part-6 li {
        float: left;
        width: 120px;
        height: 62px;
        overflow: hidden;
        margin: 0 0 8px 10px
    }

        .part-6 li img {
            width: 100%;
            height: 100%;
            display: block
        }

        .part-6 li:first-child, .part-6 li:nth-child(5), .part-6 li:nth-child(9), .part-6 li:nth-child(13) {
            margin-left: 0
        }

.index-title {
    height: 60px;
    padding-top: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #c9c9c9;
    position: relative;
    line-height: 40px
}


    .index-title h2 {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        display: inline-block;
        vertical-align: middle;
        padding-right: 15px
    }

        .index-title h2 span {
            color: #ef0000
        }


    /*.index-title h3 {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        display: inline-block;
        vertical-align: middle;
        padding-right: 15px
    }

        .index-title h3 span {
            color: #ef0000
        }*/

    .index-title .line {
        padding: 0 15px
    }

    .index-title .more {
        position: absolute;
        right: 0;
        top: 20px;
        font-size: 12px;
        color: #646464
    }

.search-box {
    width: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    border-radius: 2px;
    position: relative;
    padding-left: 100px
}

    .search-box .select-down {
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        background-color: #013e98;
        color: #646464;
        width: 90px;
        z-index: 99
    }

        .search-box .select-down ul {
            background: #fff;
            padding-top: 10px;
            box-shadow: 0 0 5px #ddd;
            display: none
        }

        .search-box .select-down p {
            position: relative;
            cursor: pointer;
            color: #fff;
        }
        .search-box .select-down .classifiedsearch {
            position: relative;
            cursor: pointer
        }


        .search-box .select-down .classifiedsearch:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 5px solid #fff;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            position: absolute;
            right: 10px;
            top: 15px
        }

    .search-box .input-control {
        width: 100%;
        border: 0;
        height: 32px;
        line-height: 32px;
        box-sizing: border-box;
        padding-right: 35px
    }

    .search-box .btn-search {
        position: absolute;
        right: 10px;
        top: 0;
        background: url(/static/images/default/search.png) center center no-repeat;
        width: 25px;
        height: 35px;
        border: 0
    }

.main-body .top-exponews .index-title {
    padding-top:15px;
}
.main-body .top-exponews .news-list li {
    height: 28px;
    line-height: 28px;
    padding-right: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative
}

    .main-body .top-exponews .news-list li:nth-child(1) {
        margin-top: 10px;
    }

    .main-body .top-exponews .news-list li a {
        color: #5a5a5a
    }

        .main-body .top-exponews .news-list li a:hover {
            color: #000
        }

    .main-body .top-exponews .news-list li span {
        position: absolute;
        font-size: 12px;
        color: #a8a8a8;
        right: 0
    }



.main-body .left .read-topimg {
    width: 415px;
    height: 70px;
    margin-top: 20px;
}

.main-body .right .img-two{
    /*margin-top: 15px;*/
}

.main-body .right .img-two img {
    margin-top: 13px;
    width: 298px;
}

.main-body .right .img-two2 {
    margin-top: 15px;
}

    .main-body .right .img-two2 img {
        width: 298px;
    }


.read-list .read-title {
    height: 40px;
    padding-top: 20px;
    box-sizing: border-box;
    line-height: 40px
}

    .read-list .read-title h2 {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        display: inline-block;
        vertical-align: middle;
        padding-right: 15px
    }

        .read-list .read-title h2 span {
            color: #ef0000
        }

    .read-list .read-title h3 {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        display: inline-block;
        vertical-align: middle;
        padding-right: 15px
    }

        .read-list .read-title h3 span {
            color: #ef0000
        }




.read-list .small-title {
    height: 20px;
    margin-top: 20px;
    position: relative;
    line-height: 20px;
    display: block;
}

    .read-list .small-title h4 {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        display: inline-block;
        vertical-align: middle;
        padding-right: 15px
    }


    .read-list .small-title .line {
        position: absolute;
        width: 80%;
        float: right;
        color: #646464;
        border-bottom: 1px solid #ccc;
        top: 50%;
        left: 20%
    }


    .read-list .small-title .more {
        position: absolute;
        right: 0;
        bottom: 10px;
        font-size: 12px;
        color: #646464
    }



.adimg-three {
    margin-top: 25px;
}

    .adimg-three img {
        width: 350px;
    }

.box-2 .content {
    width: 600px;
    height: 550px;
    overflow: hidden;
}

.gg_full {
    margin: 0px auto;
    width: 1200px;
}

    .gg_full .gg_fcon {
        display: none;
        height: 350px;
    }

#adspic {
    display: block;
    height: 75px;
    width: 1200px;
    padding: 0px;
    position:relative;
}


.gg_close a {
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    background: #f38900;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
}

.right-float {
    position: fixed;
    z-index: 50;
    top: 55%;
    right: 10px;
    width: 50px;
}

    .right-float li {
        height: 50px;
        border-bottom: 1px solid #fff;
        position: relative;
    }

        .right-float li .bg {
            display: block;
            background: #7a86a5 url(/static/images/default/float.png) no-repeat;
            width: 100%;
            height: 50px;
        }

            .right-float li .bg:hover {
                background-color: #001855;
            }

        .right-float li.server .bg {
            background-position: center 11px;
        }

        .right-float li.server .show {
            width: 180px;
            height: 160px;
            right: 50px;
            padding-right: 5px;
        }

            .right-float li.server .show .box {
                background: #001855;
                width: 165px;
                padding: 15px 0 0 15px;
                color: #fff;
                font-size: 12px;
                overflow: hidden;
            }

                .right-float li.server .show .box p {
                    margin-bottom: 15px;
                }

                .right-float li.server .show .box em {
                    padding: 0 19px;
                }

        .right-float li.server .qq {
            height: 22px;
            display: inline-block;
            background: url(/static/images/default/q.png) no-repeat left center;
            padding-left: 25px;
        }

            .right-float li.server .qq span {
                background: #f7623f;
                height: 22px;
                line-height: 22px;
                width: 66px;
                text-align: center;
                display: inline-block;
                color: #fff;
                font-size: 12px;
            }

        .right-float li.qrcode .bg {
            background-position: center -37px;
        }

        .right-float li.qrcode .show {
            width: 130px;
            height: 130px;
            padding: 15px;
            background: #001855;
        }

        .right-float li.backtop .show {
            width: 100px;
            text-align: right;
            line-height: 20px;
        }

        .right-float li.backtop .bg {
            background-position: center -87px;
        }

        .right-float li.backtop .show .box {
            background: #001855;
            width: 90px;
            padding: 15px 0 0 15px;
            color: #fff;
            font-size: 12px;
            overflow: hidden;
        }

            .right-float li.backtop .show .box p {
                margin: 0 15px 15px 0;
            }


        .right-float li .show {
            right: 55px;
            top: 0;
            width: 160px;
            display: none;
            position: absolute;
        }

        .right-float li:hover .show {
            display: block;
        }

.part-7 {
    margin-bottom: 50px
}

    .part-7 .content {
        margin-top:10px;
    }

    .part-7 a {
        float: left;
        height: 35px;
        line-height: 35px;
        margin-right: 20px;
        color:#a5a5a5;
    }
    .part-7 li:first-child {
        margin-left: 0
    }

    